ASP.NET Core MVC コントロールヘルプ
SelectedIndexes メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > MultiAutoCompleteBuilder<T> クラス : SelectedIndexes メソッド
The value
Sets the SelectedIndexes property.
シンタックス
'宣言
 
Public Function SelectedIndexes( _
   ByVal ParamArray value() As System.Integer _
) As MultiAutoCompleteBuilder(Of T)
public MultiAutoCompleteBuilder<T> SelectedIndexes( 
   params System.int[] value
)

パラメータ

value
The value

戻り値の型

Current builder
解説
Gets or sets a list containing the indexes of the items that are currently selected.
参照

MultiAutoCompleteBuilder<T> クラス
MultiAutoCompleteBuilder<T> メンバ